Welcome![Sign In][Sign Up]
Location:
Search - java elliptic curve encryption

Search list

[Crack Hackjecc-alpha1.1.tar

Description: java写的椭圆曲线加密(ECC)算法源码-java writes the elliptic curve encryption (ECC) calculates the law origin code
Platform: | Size: 38961 | Author: none | Hits:

[Crack Hackjecc-alpha1.1.tar

Description: java写的椭圆曲线加密(ECC)算法源码-java writes the elliptic curve encryption (ECC) calculates the law origin code
Platform: | Size: 38912 | Author: none | Hits:

[MPIECCFp

Description: 椭圆加密,实现了通过椭圆曲线实现加密,生成密钥对等。-elliptical encryption, achieved through the realization of elliptic curve cryptography, generating key pairs, and so on.
Platform: | Size: 2048 | Author: 随风 | Hits:

[Crack HackJava_ECDSA_Source

Description: 在ECC椭圆曲线上的一种加密算法,是现在比较流行的一种非对称加密算法。-ECC Elliptic Curve in an encryption algorithm is more popular now a non-symmetric encryption algorithm.
Platform: | Size: 382976 | Author: 于磊 | Hits:

[JSP/Java31142331156

Description: ECC 椭圆曲线加密 算法 -ECC Elliptic Curve encryption algorithm
Platform: | Size: 12288 | Author: liudayong | Hits:

[Crack HackJava_ECC

Description: 椭圆曲线加密解密ecc的java实现源码-Elliptic curve encryption and decryption ecc realize the java source code
Platform: | Size: 3072 | Author: 12 | Hits:

[Crack Hacksm2java

Description: 椭圆曲线加密算法的java语言的实现,适合密码学初学者-Java elliptic curve encryption algorithm implementation language, suitable for beginners cryptography
Platform: | Size: 7168 | Author: 余望星 | Hits:

[OS programsrc

Description: 实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,所需参数为加密算法的名称RSA。 KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA") (2)利用KeyPairGenerator类的genKeyPair()方法返回生成的密钥对: KeyPair kp = kpg.genKeyPair() (3)返回此密钥对的公钥组件的引用和私钥组件的引用 PublicKey pbkey = kp.getPublic() PrivateKey prkey = kp.getPrivate() (4)将生成的公钥写入文件Skey_RSA_pub.dat FileOutputStream f1 = new FileOutputStream("Skey_RSA_pub.dat") ObjectOutputStream b1 = new ObjectOutputStream(f1) b1.writeObject(pbkey) 用同样的方法将私钥写入文件Skey_RSA_pri.dat -Internship RSA public key encryption based on three An internship purpose An understanding of public key cryptography algorithm, familiar with common cryptographic algorithms: RSA, elliptic curve cryptography 2, RSA encryption algorithm, for example, public key cryptography algorithm to achieve master encryption and decryption process. Second, the practical content In RSA, for example, the use of java in the relevant class implements the specified string encryption and decryption. 1, generates a public key pair (1) the use of java class in KeypairGenerator create a public key pair using KeypairGenerator static method getInstance () to get the object KeypairGenerator type parameters required for the encryption algorithm name RSA. KeyPairGenerator kpg = KeyPairGenerator.getInstance ("RSA") (2) the use of genKeyPair KeyPairGenerator class () method returns the generated key pair: KeyPair kp = kpg.genKeyPair () References (3) Returns the public key component of this key an
Platform: | Size: 2048 | Author: 杨平 | Hits:

[JSP/Javasrc

Description: 实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的 One, the purpose of internship 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 1 understand the public key cryptography, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 2 to the RSA encryption algorithm as an example, to grasp the implementation of public key cryptography algorithm encryption and decryption process. 二、实现要求 Two, the implementation requirements 1.实习前认真预习第6章的有关内容; 1 practice about the content of the sixth chapter carefully before the preview 2.熟悉java中java.security.*和java.crypto.* 中相关类。 2 familiar with the relevant class of java.security.* and java.crypto.* in java. 三、实习内容 Three, practice content
Platform: | Size: 6144 | Author: leon | Hits:

[Otherjava_ecc源代码

Description: java 椭圆曲线加密方法的源码实现,简洁明了,直接运行(Java source of elliptic curve encryption methods, short and concise, run directly)
Platform: | Size: 2048 | Author: SnipeBear1992 | Hits:

CodeBus www.codebus.net